home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / mr2_151.zip / MR2INI.ORG < prev    next >
Text File  |  1993-06-16  |  17KB  |  364 lines

  1. #
  2. # Initialization file for the MR/2 mail reader.  This file sets
  3. # run time parameters and options.
  4. #
  5.  
  6. PacketPath=
  7.     # This is where MR2 will look for packets to read and place reply packets
  8.  
  9. FileSpec=*.q*
  10.     # This is the wildcard file specification to use when searching for
  11.     # packets to read.
  12.  
  13. Editor=INTERNAL
  14.   #Editor=e
  15.   #Editor=epm
  16.   #Editor=q -e\mr2\qstartup.mac
  17.   #Editor=NONE
  18.     # This is the command MR2 will use when invoking the editor.
  19.     # By default, the MR/2 INTERNAL editor is used.  This is a simple,
  20.     # limitted feature editor.  Hey, it works :)
  21.     #
  22.     # The second line shows how to specify that the system PM editor "e"
  23.     # be used.  Comment out INTERNAL and uncomment this line if desired.
  24.     #
  25.     # To use QEdit and pass it a start-up macro (-e parameter), change
  26.     # this line to read:
  27.     #
  28.     #      Editor=q -e\mr2\qstartup.mac
  29.     #
  30.     # Use NONE if you wish to have your editor running in another window.
  31.     # MR/2 will not chain to an editor - it merely tells you to switch
  32.     # windows, then waits for you to switch back and press a key.
  33.  
  34. Attributes=Extended
  35. #Attributes=NONE
  36.     # When preparing to edit reply files, MR/2 can optionally mark these
  37.     # files as type "Plain Text" so, for example, the "E" editor will not
  38.     # force you to set the type before saving.  "None" means don't use
  39.     # extended attributes.  "Extended" tells MR/2 to set them.
  40.  
  41. ReplyFile=Reply.Msg
  42.     # Temporary file name used when creating replies.  This file can be
  43.     # specified with a full path, making it easier to edit it in a separate
  44.     # window.  For instance, C:\Reply is valid
  45.  
  46. HeaderEditing=Both
  47.     # This controls when the Message header is displayed for editing.
  48.     # Options are Before, After or Both.
  49.  
  50. ReplyPath=..\
  51.     # Directory where ".Rep" reply packets are built and maintained.
  52.  
  53. Tagline=@Misc2.Tag
  54. #Tagline=@OS2.Tag
  55. #Tagline=A QWK compatible mail reader for OS/2
  56.     # This sets the default tagline for MR2 replies.  This string is placed
  57.     # at the bottom of each reply, before the reply is edited.  You may
  58.     # change the tagline via your editor, while composing your reply.
  59.     # Example one accesses a file of multiple taglines.
  60.     # The second example provides a fixed, non-changing tagline.
  61.  
  62. TagMode=RANDOM
  63.     # This sets the tagline file access method.  RANDOM will skip around
  64.     # and randomly select the next tagline.  SEQUENTIAL will perform a
  65.     # RANDOM seek when MR/2 is first loaded, then move sequentially
  66.     # through the file after that.
  67.  
  68. SaveFile=..\*.txt
  69.     # This is the file to which messages are appended when they are "saved" or
  70.     # filed for later reference.  Use the "S" key while viewing a message to
  71.     # append it to this file in printable form.
  72.     # NOTE that if this specification contains an "*" or a "?", then MR/2
  73.     # displays an existing file pick-list anytime the "S" is pressed.
  74.     # You may cancel from this list and enter a new file name if desired.
  75.  
  76. Zipper=pkzip
  77. UnZipper=pkunzip -o
  78. #Zipper=..\msg2rep
  79. #Unzipper=..\unqwk
  80.     # These are the commands used to archive and unarchive your message
  81.     # packets.  If you use something other than PKZip/UnZip, modify these
  82.     # commands appropriately.
  83.     # The second set of commands access a REXX script for unpacking and
  84.     # packing.  These scripts, included, will attempt to auto-detect the
  85.     # archive method and branch to an appropriate command.
  86.  
  87. Colors=1E171EE0
  88. #Colors=0F0E0A
  89.     # Yes, this is crude - I'll include something more friendly later.
  90.     # The first two characters describe the "normal" text color for messages,
  91.     # which is shown here as 1E, or Blue background (1) Yellow foreground (E).
  92.     # The second two are the quoted-text colors, 17 is Blue background (1)
  93.     # with a White foreground (7).  The third set of 2 numbers are the
  94.     # message header display colors (the From/To/Subject section on top).
  95.     # Forth set is the search-word highlight color for search-hit messages.
  96.     # This is the only color configuration support at this time.
  97.     # Colors: 0 = Black     1 = Blue   2 = Green   3 = Cyan    4 = Red
  98.     #         5 = Magenta   6 = Brown  7 = White   8 = Gray    9 = Light Blue
  99.     #         A = Lt. Green        B = Lt. Cyan      C = Lt. Red
  100.     #         D = Lt. Megenta      E = Yellow        F = Intense White
  101.     #
  102.     # I personally have changed to the second example here, which gives a
  103.     # black background with bold-white text, yellow quotes and green header.
  104.  
  105. SkipReadMessages=No
  106.     # If set to YES, MR/2 will bypass any messages you've already read.
  107.     # The problem with this option is that, if a conference contains only
  108.     # previously-read messages, then MR/2 will skip right out of that
  109.     # conference - there's no way to get back in.
  110.  
  111. QuoteBody="%i>",EachLine
  112.     # Describes how MR/2 will quote the lines of the source message when
  113.     # creating a new reply file.  The optional %i (which is the only
  114.     # parameter-type variable supported at this time) will be replaced by
  115.     # the message originator's initials.  The quote prefix may be placed
  116.     # on EachLine or on the "FirstLine" only (subsequent lines indented).
  117.     # Use Paragraph to force the full initial spec on the first line of
  118.     # each paragraph, and blank initials on subsequent lines.
  119.  
  120. OldQuoteDetect=YES
  121.     # When set to YES, MR/2 will not place the quote prefix in front of
  122.     # reply-file lines that already are prefixed with quotes.  This creates
  123.     # (usually) a much cleaner initial reply file.
  124.  
  125. HeaderInQuote=No
  126.     # You may optionally include the message header in a reply file.  This
  127.     # is often used with a clever editor "macro" to create sophisticated
  128.     # quoting styles not natively supported my MR/2.  You must be sure
  129.     # to remove all traces of the header before saving the message, as MR/2
  130.     # makes no attempt to identify or remove it.
  131.  
  132. KeepMessageMarks=YES
  133.     # If set to YES, MR/2 will track the read/replied/saved status of
  134.     # every message, as well as your current position in the packet.  This
  135.     # information is stored as OS/2 extended attributes and will stay
  136.     # attached to the file as it is copied or renamed.  When a previously
  137.     # read packet is reopened, you will be asked if you wish to return to
  138.     # you previous position.  Answering YES will return you to that spot,
  139.     # responding NO will place you at the conference selection screen.
  140.  
  141. SerialInTagline=Yes
  142.     # If you register MR/2, you will be provided with a serialized MR2.ID
  143.     # file.  As a registered user, you have the right to choose whether
  144.     # you wish to display your serial number in your tagline or not.
  145.     # Regardless, MR/2 will remove the "NR" (Not Registered) identifier
  146.     # from all your tags.
  147.  
  148. VideoMode=25
  149.     # Specifies the number of lines/screen the display will be set to upon
  150.     # entering MR/2.  Possibilities are: 25, 28, 34, 40, 43, 50 or 60.
  151.     # You may also toggle through these when on the packet selection screen
  152.     # by pressing ALT-V.
  153.  
  154. AllUpperCase=Yes
  155.     # Converts Subject, From and To user names to upper-case before saving
  156.     # replies, if set to YES.  If set to NO, the case you supply is preserved.
  157.  
  158. SplitLongReplies=Yes
  159.     # MR/2 will split replies into "multiple" message at somewhere around
  160.     # 92 lines if left at YES.  Set to NO, no splitting is performed.
  161.     # ALTERNATIVELY, you may specify a number here, which will be the
  162.     # equivelent of saying "YES", but sets the split at count to
  163.     # whatever you specify.
  164.  
  165. ;=============  Switches Added in version 1.1 ========================
  166.  
  167. WrapLinesAtColumn=80
  168.     # This keeps lines within reasonable lengths.  Using the system "E"
  169.     # editor with word-wrap mode causes some problems.  The text appears
  170.     # to wrap on-screen, but MR/2 has no way of knowing where the editor
  171.     # has determined the wrap should be.  With this option set, lines are
  172.     # word wrapped at this column, avoiding truncated messages.
  173.  
  174. SortMasterConferences=Yes
  175.     # The master conference list is stored as found in the BBS's control
  176.     # file.  If this parameter is omitted or set to NO, this list is
  177.     # displayed in its default order.  If YES is specified here, the list
  178.     # is sorted alphabetically by conference name.  NOTE:  This is the
  179.     # MASTER conference list (i.e., "Write New" message list).
  180.  
  181. ExitAtEndOfParameters=Yes
  182.     # This parameter defines what MR/2 does when parameters are provided
  183.     # on the command line (or via "association").  If set to YES, MR/2
  184.     # exits when all packets listed as command line parameter have been
  185.     # read.  If NO, then MR/2 simply returns to the packet selection
  186.     # screen.  NOTE:  If no paramaters are passed on the command line, this
  187.     # option has no effect.  See the read.me file for more detail.
  188.  
  189. MessageOrder=Subject
  190.     # May be set to "Subject" or "None" and specifies the reading order of
  191.     # messages.  When Subject is chosen, many extra "thread" related keys
  192.     # become available.  For instance, the TAB and BACKSPACE key can be used
  193.     # to skip through threads, and the "Q" key will invoke a thread summary
  194.     # menu.
  195.  
  196. ###ThreadChangeTone=20000,10
  197.     # May be used to tell MR/2 to make a tone while paging through messages,
  198.     # when the "thread" changes.  Uncomment the line and play with the
  199.     # numbers - let me know how useful this is to you :)
  200.  
  201.  
  202. ;=============  Switches Added in version 1.3 ========================
  203.  
  204. BeepOnPersonals = Yes
  205.     # Turns the "beep" when a personal message is displayed off and on.
  206.     # Specify YES is you want MR/2 to beep on your personal messages, NO
  207.     # for silent running.
  208.  
  209. GoToLastRead = No
  210.     # If set to YES, will suppress the "do you wish to return to your
  211.     # previous reading position" prompt and jump there automatically.
  212.  
  213. BackupOldReplies = Yes
  214.     # If YES is specified, any .REP file that is to be deleted is frist
  215.     # copied to a .OLD file.  If NO is specified, the .REP files are
  216.     # deleted and no backup is performed.
  217.  
  218. ##### NewMessageEditor=E
  219.     # This is an optional entry.  If you wish to run a different editor
  220.     # for NEW messages, or run the same editor with different startup
  221.     # macros for NEW messages, specify it here.  This NEW editor is
  222.     # also used to edit News, Bulletins and Newfile listings.  If not
  223.     # specified, the base editor is always used.
  224.  
  225. MouseMode = DoubleClick
  226.     # Can be set to DoubleClick (the new default) or SingleClick (the
  227.     # old way).  Double click will be required to select any entry from
  228.     # a selection list.  In SingleClick mode, a single mouse click will
  229.     # select an entry.  DoubleClicking is provided for use with the new
  230.     # "mouse menus".
  231.  
  232. MouseClickSpeed = 500
  233.     # The maximum time, in miliseconds, between mouse clicks for them to
  234.     # be considered "double" clicks.
  235.  
  236. MouseScrollSpeed = 1
  237.     # Controls the speed of scrolling when you park the mouse on a scroll
  238.     # arrow and hold the left mouse button down.  A value of one is the
  239.     # fastest you can get right now, if this is too fast for you, raise
  240.     # this number.  This represents the number of milliseconds delay before
  241.     # MR/2 generates a psuedo mouse click for you.
  242.  
  243. #Check = Subject
  244.     # See SEARCH.INI for an example of how this is used.
  245.  
  246. ;=============  Switches Added in version 1.31 -> 1.36 =======================
  247.  
  248. #MouseMode = OFF
  249.     # MouseMode was added in version 1.3, but I've added the OFF mode.
  250.     # This hides the mouse cursor from program startup.  For users who
  251.     # don't use the mouse, but are tired of moving the cursor out of the
  252.     # way.
  253.  
  254. SuppressVersionInTagline = NO
  255.     # This controls tagline generation for registered users only.
  256.     # Specifying YES here will create taglines without the MR/2 version
  257.     # number.  You may also suppress the serial number by setting
  258.     # SerialInTag to NO.  These two switches together will cause an
  259.     # MR/2 signiture like: " * MR/2 * Tagline goes here"
  260.  
  261. TagStyle=PCBoard,Autosense
  262. #TagStyle=Fido
  263. #TagStyle=TwoLine
  264.     # This option has been around for a long time; just never documented.
  265.     # This controls the type of tearline and tagline characters used. If
  266.     # set to PCBoard (just now changed to the default), you get the
  267.     # customary three dashed followed by the MR/2 identifier surrounded
  268.     # by hi-end ASCII characters "■".  If set to Fidonet mode, underlines
  269.     # replace the dashes, and "*"'s are used as delimiters.
  270.     # Twoline mode uses a more unique format that allows longer taglines.
  271.     # The keyword AutoSense, when it exists, tells MR/2 to determine if
  272.     # the reply is to a Fidonet-sourced message.  If it is, then Fidonet
  273.     # mode is invoked.  Otherwise, PC-Board style tags are used.
  274.  
  275. ;=============  Switches Added in version 1.37 -> 1.39 =======================
  276.  
  277. LogReplies = YES
  278.     # Controls the creation and maintenance of a reply log.  Set to YES,
  279.     # all replies are logged to an online reply "folder".  Set to FULL,
  280.     # copies of the original message preface every reply.  Set to NO, no
  281.     # reply logging is performed.  The reply folder is maintained in a
  282.     # conference named ReplyLog.
  283.  
  284. ****  THIS SWITCH IS CURRENTLY IGNORED DUE TO TECHNICAL DIFFICULTIES ****
  285. ****  REPLY LOGGING IS UNAVAILABLE AT THIS TIME
  286.  
  287.  
  288. ;=============  Switches Added in version 1.40 =======================
  289.  
  290. TemplateFile=..\template.tf
  291.     # This is a template file used in the creation of your replies.
  292.     # When you reply to any message, MR/2 will format the reply
  293.     # as defined by this file.  This allows for the creation of
  294.     # attribution and signature lines.  Variables are available for
  295.     # accessing source message and system data (e.g., FROM and DATE).
  296.     # See the read.me file and/or MR2.doc for more details.
  297.  
  298. ;===========  Switches Added in version 1.41 thru 1.50 ==================
  299.  
  300. #V0 = Variable assignment 0
  301. #V1 = Variable assignment 1
  302.     # For use with templates, you can assign or reassign the value of
  303.     # 10 user-defined variables.  Set V0 through V9 to any text string
  304.     # you might find handy.  These strings can then be placed in any
  305.     # template file line.  When a template line using one of these variables
  306.     # is accessed, the variable (e.g., @V0@) will be replaced with the
  307.     # string you have assigned to it.
  308.  
  309. Internet=-1
  310. Netmail=-1
  311.     # Use these parameters to declare which conferences, if any, handle
  312.     # Internet mail and Fidonet netmail, respectively.  For example,
  313.     # PC-Ohio has Internet mail in conference 5 and Fidonet netmail in
  314.     # conference 6.  My PC-OHIO.INI file has: Internet=5, Netmail=6.
  315.     # Nerd' Nook has Netmail in conference in 139 and no Internet
  316.     # capabilities.  My NerdNook.INI file has the lines:
  317.     # Internet=-1, Netmail=139.
  318.     # The "-1" tells MR/2 that there is no Internet support, and makes
  319.     # sure that the Internet section template is not referenced.
  320.  
  321. SmartQuoting=YES
  322.  
  323.     # SmartQuoting will "prewrap" the reply file that MR/2 generates,
  324.     # compensating for the user initial prefix string.  In other words,
  325.     # when you first see the reply, the original sender's text will be
  326.     # rewrapped and quoted so as to fit inside the WrapLinesAtColumn
  327.     # defined elsewhere in MR2.INI.
  328.     # Options are YES, NO or FULL.  Full is aggressive, where most of the
  329.     # text is totally rewrapped.
  330.     # NOTE: that existing quoted lines ARE NOT REWRAPPED.
  331.  
  332. ReplyStripTagline=Yes
  333.     # Used only when SmartQuoting is on.  If set to YES, the quoting will
  334.     # not include the message's tag/origin lines.  Set this to NO to
  335.     # quote the entire message.
  336.  
  337. SmartWrapping=Yes
  338.     # SmartWrapping will change the logic used by MR/2 when the edited
  339.     # reply file is saved. If set to NO, the old wrapping method is used.
  340.     # When left on, MR/2 will format your NEW text with some intellegence.
  341.     # There is logic to differentiate between a "hard" and "soft" return,
  342.     # and soft returns will be removed if necessary.
  343.  
  344.     # The old technique would simply insert hard returns to make the line
  345.     # fit within the declared wrap column.  The remaining section of the
  346.     # original line would often be short (one or two words) and look out
  347.     # of place, stranded on a line by itself.  The new technique attempts
  348.     # to rewrap the text as a whole and eliminate some of the older
  349.     # method's ugly results.
  350.     # Options are YES, NO or FULL.  Full is aggressive, where most of the
  351.     # text is totally rewrapped.
  352.  
  353.     # NOTE: Quoted lines ARE NOT REWRAPPED, these are always considered
  354.     # to be prefixed and terminated by hard returns.
  355.  
  356. #NOTE ALSO:  Changes were made to these existing parameters:
  357.     # Colors (search text highlight)
  358.     # SaveFile (use of * and ? in file name)
  359.     # Zipper (optional REXX script for multiple zippers)
  360.     # UnZipper (optional REXX script for multiple zippers)
  361.     # TagStyle (Autosense keyword)
  362.     # QuoteBody (Paragraph keyword)
  363.  
  364.